;SuperCache By Cj Schnurr Scripty@tao.u-net.com ;DESCRIPTION ;part of a set of files for keeping tabs on Web browsers caches ; ; ;Installation : ;============== ;For each of the scripts, a little manual editting is ;required for your own specific system. ; ;change the text :- ; ; data:memory/Aweb ; ;To the location of your Aweb Cache Directory ; ;change the text :- ; www: ; ;To where you want to put the html files built. (or assign www: to where ;you want it to go duh 8-) ; ; ;tell the user what's happening ; echo "compiling list..." ; ; ; ; ;do a long LIST command , using the LFORMAT option. ; ; list data:memory/Aweb P=#?.(gif|jpg|jpeg|mpeg|mpg) LFORMAT "
" All >www:Aweb_cache_unsorted ; ;tell the user a bit more echo "Sorting...." ; ;do a nice sort sort FROM www:Aweb_cache_unsorted TO www:Aweb_Image_cache.html ; ;tell the user finished echo "done" ; ;oops! deleted unsorted file delete www:Aweb_cache_unsorted ALL QUIET